Second Brain is Agent Accessible Knowledge Operations Layer
Second Brain is Agent Accessible Knowledge Operations Layer
Insight
AI 시대의 Second Brain은 “좋은 자료를 저장해두는 노트 앱”이 아니라, 에이전트가 읽고 갱신할 수 있는 knowledge operations layer다. 유튜브·글·대화 같은 source를 넣으면 source note, source-backed claims, concept links, insight/decision/map updates로 변환되어야 한다.
Why It Matters
단순 저장소는 시간이 지날수록 검색 비용과 중복이 늘어난다. 반대로 source-backed concept graph로 관리하면 지식이 쌓일수록 다음 분석, 개발 판단, 에이전트 작업 지시의 출발점이 좋아진다. 이 차이가 영상에서 말하는 knowledge compounding의 실체다.
Implications
- GitHub Markdown repo는 지식의 원장이고, Obsidian은 사람용 탐색 UI이며, RAG/vector DB는 재생성 가능한 retrieval cache로 두는 것이 안전하다.
- “자료 요약”만 저장하지 말고, source-backed claim과 관련 concept 업데이트까지 함께 수행해야 한다.
- 에이전트가 지식을 갱신할 때는 duplicate concept 방지, citation, wikilink, schema를 강제하는 AGENTS.md가 필요하다.
- 개인의 판단 기준과 프로젝트 맥락을 파일화하면, 에이전트가 세션 밖에서도 일관된 기준으로 작업할 수 있다.
Related Concepts
- [Second Brain](/notes/30-concepts__Second Brain/)
- [Personal Knowledge Management](/notes/30-concepts__Personal Knowledge Management/)
- [Agent Memory](/notes/30-concepts__Agent Memory/)
- [Knowledge Graph](/notes/30-concepts__Knowledge Graph/)
- RAG
Sources
- [제 2의 두뇌로 나를 100배 스케일링하는 방법](/notes/10-sources__제 2의 두뇌로 나를 100배 스케일링하는 방법/)